object Form_TermDef: TForm_TermDef Left = 337 Top = 311 HelpContext = 540 ActiveControl = Edit_Term BorderStyle = bsDialog Caption = 'Edit Glossary Term' ClientHeight = 74 ClientWidth = 343 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 10 Top = 15 Width = 43 Height = 13 Caption = '&Shortcut:' FocusControl = Edit_Term end object Label2: TLabel Left = 10 Top = 45 Width = 52 Height = 13 Caption = '&Expansion:' FocusControl = Edit_Exp end object Button_OK: TButton Left = 260 Top = 8 Width = 75 Height = 25 Hint = 'Accept changes and close dialog box' Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button_Cancel: TButton Left = 260 Top = 38 Width = 75 Height = 25 Hint = 'Discard changes and close dialog box' Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Edit_Term: TEdit Left = 70 Top = 10 Width = 181 Height = 21 MaxLength = 255 TabOrder = 2 end object Edit_Exp: TEdit Left = 70 Top = 40 Width = 181 Height = 21 MaxLength = 255 TabOrder = 3 end end